Skip to content

Conversation

@syphar
Copy link
Member

@syphar syphar commented Sep 29, 2024

the build queue currently works so a crate is still shown in the queue even when it's currently being built. Only after the build finished, we remove it from there. Generally I want to keep this design because combined with transactions it safeguards against any errors leading to a release being removed from the queue without being handled.

But looking at our build-queue page, I currently see every in-progress build twice, once in the queue and once in the new section for in-progress builds. This we don't need.

@syphar syphar requested a review from a team as a code owner September 29, 2024 14:48
@github-actions github-actions bot added the S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed label Sep 29, 2024
@syphar syphar force-pushed the dont-show-in-progress-in-queue branch 2 times, most recently from cd40e6b to eba0010 Compare September 29, 2024 15:01
@syphar syphar force-pushed the dont-show-in-progress-in-queue branch from eba0010 to 0fd7a4d Compare October 20, 2024 04:11
@syphar syphar merged commit 302b4c4 into rust-lang:master Oct 20, 2024
7 checks passed
@syphar syphar deleted the dont-show-in-progress-in-queue branch October 20, 2024 04:11
@github-actions github-actions bot added S-waiting-on-deploy This PR is ready to be merged, but is waiting for an admin to have time to deploy it and removed S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed labels Oct 20, 2024
@syphar syphar removed the S-waiting-on-deploy This PR is ready to be merged, but is waiting for an admin to have time to deploy it label Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants